1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCngPass
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.TextBox1 = New System.Windows.Forms.TextBox()
26         Me.TextBox2 = New System.Windows.Forms.TextBox()
27         Me.TextBox3 = New System.Windows.Forms.TextBox()
28         Me.CheckBox1 = New System.Windows.Forms.CheckBox()
29         Me.TextBox4 = New System.Windows.Forms.TextBox()
30         Me.Button2 = New System.Windows.Forms.Button()
31         Me.Button1 = New System.Windows.Forms.Button()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.Label3 = New System.Windows.Forms.Label()
35         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
36         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
37         Me.SuspendLayout()
38         
'
39         
'TextBox1
40         
'
41         Me.TextBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
42         Me.TextBox1.Location = New System.Drawing.Point(
252, 14)
43         Me.TextBox1.Name =
"TextBox1"
44         Me.TextBox1.Size = New System.Drawing.Size(
140, 21)
45         Me.TextBox1.TabIndex =
0
46         
'
47         
'TextBox2
48         
'
49         Me.TextBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.TextBox2.Location = New System.Drawing.Point(
252, 41)
51         Me.TextBox2.Name =
"TextBox2"
52         Me.TextBox2.Size = New System.Drawing.Size(
140, 21)
53         Me.TextBox2.TabIndex =
1
54         
'
55         
'TextBox3
56         
'
57         Me.TextBox3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
58         Me.TextBox3.Location = New System.Drawing.Point(
252, 68)
59         Me.TextBox3.Name =
"TextBox3"
60         Me.TextBox3.Size = New System.Drawing.Size(
140, 21)
61         Me.TextBox3.TabIndex =
2
62         
'
63         
'CheckBox1
64         
'
65         Me.CheckBox1.AutoSize = True
66         Me.CheckBox1.Location = New System.Drawing.Point(
252, 96)
67         Me.CheckBox1.Name =
"CheckBox1"
68         Me.CheckBox1.Size = New System.Drawing.Size(
102, 17)
69         Me.CheckBox1.TabIndex =
3
70         Me.CheckBox1.Text =
"Show Password"
71         Me.CheckBox1.UseVisualStyleBackColor = True
72         
'
73         
'TextBox4
74         
'
75         Me.TextBox4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.TextBox4.Location = New System.Drawing.Point(
354, 264)
77         Me.TextBox4.Name =
"TextBox4"
78         Me.TextBox4.Size = New System.Drawing.Size(
163, 21)
79         Me.TextBox4.TabIndex =
4
80         
'
81         
'Button2
82         
'
83         Me.Button2.BackgroundImage = Global.FolderLock.My.Resources.Resources.button_cancel
84         Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
85         Me.Button2.Location = New System.Drawing.Point(
351, 117)
86         Me.Button2.Name =
"Button2"
87         Me.Button2.Size = New System.Drawing.Size(
41, 38)
88         Me.Button2.TabIndex =
8
89         Me.Button2.UseVisualStyleBackColor = True
90         
'
91         
'Button1
92         
'
93         Me.Button1.BackgroundImage = Global.FolderLock.My.Resources.Resources.button_ok
94         Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
95         Me.Button1.Location = New System.Drawing.Point(
288, 117)
96         Me.Button1.Name =
"Button1"
97         Me.Button1.Size = New System.Drawing.Size(
41, 38)
98         Me.Button1.TabIndex =
7
99         Me.Button1.UseVisualStyleBackColor = True
100         
'
101         
'Label1
102         
'
103         Me.Label1.AutoSize = True
104         Me.Label1.Font = New System.Drawing.Font(
"Verdana", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.Label1.Location = New System.Drawing.Point(
152, 18)
106         Me.Label1.Name =
"Label1"
107         Me.Label1.Size = New System.Drawing.Size(
94, 14)
108         Me.Label1.TabIndex =
9
109         Me.Label1.Text =
"Old Password"
110         
'
111         
'Label2
112         
'
113         Me.Label2.AutoSize = True
114         Me.Label2.Font = New System.Drawing.Font(
"Verdana", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.Label2.Location = New System.Drawing.Point(
145, 45)
116         Me.Label2.Name =
"Label2"
117         Me.Label2.Size = New System.Drawing.Size(
101, 14)
118         Me.Label2.TabIndex =
10
119         Me.Label2.Text =
"New Password"
120         
'
121         
'Label3
122         
'
123         Me.Label3.AutoSize = True
124         Me.Label3.Font = New System.Drawing.Font(
"Verdana", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.Label3.Location = New System.Drawing.Point(
125, 72)
126         Me.Label3.Name =
"Label3"
127         Me.Label3.Size = New System.Drawing.Size(
121, 14)
128         Me.Label3.TabIndex =
11
129         Me.Label3.Text =
"Confirm Password"
130         
'
131         
'PictureBox1
132         
'
133         Me.PictureBox1.Image = Global.FolderLock.My.Resources.Resources.changpass
134         Me.PictureBox1.Location = New System.Drawing.Point(
3, 12)
135         Me.PictureBox1.Name =
"PictureBox1"
136         Me.PictureBox1.Size = New System.Drawing.Size(
131, 116)
137         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
138         Me.PictureBox1.TabIndex =
12
139         Me.PictureBox1.TabStop = False
140         
'
141         
'frmCngPass
142         
'
143         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
144         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
145         Me.BackColor = System.Drawing.Color.CornflowerBlue
146         Me.ClientSize = New System.Drawing.Size(
403, 164)
147         Me.Controls.Add(Me.Label3)
148         Me.Controls.Add(Me.Label2)
149         Me.Controls.Add(Me.Label1)
150         Me.Controls.Add(Me.Button2)
151         Me.Controls.Add(Me.Button1)
152         Me.Controls.Add(Me.CheckBox1)
153         Me.Controls.Add(Me.TextBox3)
154         Me.Controls.Add(Me.TextBox2)
155         Me.Controls.Add(Me.TextBox1)
156         Me.Controls.Add(Me.PictureBox1)
157         Me.Controls.Add(Me.TextBox4)
158         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
159         Me.Name =
"frmCngPass"
160         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
161         Me.Text =
"frmCngPass"
162         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
163         Me.ResumeLayout(False)
164         Me.PerformLayout()
165
166     End Sub
167     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
168     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
169     Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
170     Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
171     Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
172     Friend WithEvents Button2 As System.Windows.Forms.Button
173     Friend WithEvents Button1 As System.Windows.Forms.Button
174     Friend WithEvents Label1 As System.Windows.Forms.Label
175     Friend WithEvents Label2 As System.Windows.Forms.Label
176     Friend WithEvents Label3 As System.Windows.Forms.Label
177     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
178 End Class


Gõ tìm kiếm nhanh...